home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / dames.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.6 KB  |  94 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : DAMES DBMS Interface
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Cap Gemini DASD Corp.
  7. --                   : 9045 N. Deerwook Dr
  8. --                   : Milwaukee, WI  53223
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1986 Cap Gemini
  13. -- DATE CREATED      : Jan. 1986 
  14. -- DATE RELEASED     : Jan. 1986 
  15. -- DATE LAST UPDATED : Jan. 1986
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : ROLM/DG / AOS
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : DATA BASE MANAGEMENT
  20. -- CATEGORY LEVEL 2  : ADA-SQL
  21. -- CATEGORY LEVEL 3  : DAMES
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : SQL
  25. -- INDEX             : Data Base
  26. -- INDEX             : DAMES
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_22
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.ADA-SQL>DAMES*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.ADA-SQL>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   DAMES.CMM               833          36
  37. --   DAMES.DOC              5283         125
  38. --   DAMES.PRO              4913          99
  39. --   DAMES.SRC            616438       13534
  40. --   DAMESABS.DOC           2139          46
  41. --   DAMESSRC.DIS            390          28
  42. --   DAMESVMS.DIS           1062          32
  43. --   ===============  ==========  ==========
  44. --     7 Files            631058       13900
  45. --= ABSTRACT             ===============================================--
  46. --         The  HQ  USAF Assistant Chief of Staff for Information Systems
  47. -- anticipates the adoption of SQL as the Air Force  standard  Relational
  48. -- data  base  query  language.   The  Air  Force will probably adopt the
  49. -- American  National  Standard  (ANS)  Database  Language  SQL  as   its
  50. -- Relational   query  language.   A  draft  proposed  American  National
  51. -- Standard (dpANS)/International Standard Database Language  SQL  is  in
  52. -- the  public  review  process.  Given the above Air Force position, the
  53. -- WIS JPMO began a project with the Institute for Defense  Analysis  and
  54. -- RACOM  Computer Professionals to develop a standard Ada DBMS interface
  55. -- (Ada/SQL) based on the dpANS Database Language SQL.
  56. -- 
  57. --         A  "Proposed  Binding  Ada  to Database Language SQL" has been
  58. -- presented to the responsible  American  National  Standards  Committee
  59. -- (X3H2).   We  anticipate  its adoption as the DoD and ANS/ISO standard
  60. -- Ada relational DBMS interface and it will be the WIS Standard Ada DBMS
  61. -- interface.   As  such,  we recommend the Ada/SQL interface be used for
  62. -- any development of an Ada DBMS interface.
  63. -- 
  64. --         The  RAPPORT  and DAMES DBMS Ada interfaces were among the R&D
  65. -- precursors developed to  define  an  Ada  DBMS  interface.   They  are
  66. -- provided for information only and their syntax should not be used as a
  67. -- basis to build an Ada interface for any other DBMS.
  68. --= REVISION HISTORY     ===============================================--
  69. --
  70. -- DATE            VERSION AUTHOR                  HISTORY 
  71. -- Jan. 1986        1.0    Cap Gemini              Initial Release
  72. --= RELEASE NOTICE       ===============================================--
  73. --
  74. -- This prologue must be included in all copies of this software.
  75. -- 
  76. -- This software is copyright by the author.
  77. -- 
  78. -- This software is released to the Ada community.
  79. -- This software is released to the Public Domain (note:
  80. --   software released to the Public Domain is not subject
  81. --   to copyright protection).
  82. -- Restrictions on use or distribution:  NONE
  83. --= DISCLAIMER           ===============================================--
  84. --    This software and its documentation are provided "AS IS" and
  85. -- without any expressed or implied warranties whatsoever.  No warranties
  86. -- as to performance, merchantability, or fitness for a particular
  87. -- purpose exist.
  88. --    The user is advised to test the software thoroughly before
  89. -- relying on it.  The user must assume the entire risk and liability of
  90. -- using this software.  In no event shall any person or organization of
  91. -- people be held responsible for any direct, indirect, consequential or
  92. -- inconsequential damages or lost profits.
  93. --======================================================================--
  94.